home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nothing but GIFs AGA
/
Nothing But GIFs.iso
/
utility
/
pc-dos
/
gifv501.arj
/
GIFV.SLV
< prev
next >
Wrap
Text File
|
1993-10-11
|
374b
|
16 lines
;
; GIFV.SLV
;
; This script file will go thru all files on the ROOT of Drive G:
; that GIF-REED supports and remove the TOP 16 colors in the color
; map, thus making the image ready for Windows with NO distortion!
;
change-path g:\*.?
:loop
loadnext :exit
adjust-for-windows
write
goto :loop
:exit